projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b25f93e
)
gtkarray: Fix a typo
author
Timm Bäder
<mail@baedert.org>
Wed, 6 May 2020 08:05:11 +0000
(10:05 +0200)
committer
Timm Bäder
<mail@baedert.org>
Sun, 10 May 2020 06:44:20 +0000
(08:44 +0200)
gtk/gtkarrayimplprivate.h
patch
|
blob
|
history
diff --git
a/gtk/gtkarrayimplprivate.h
b/gtk/gtkarrayimplprivate.h
index 74c810a842db1cd34dabf3a520c9ff4a9c8c2660..c1355205fd48f6d2ec97fc0192de86ab40ca4672 100644
(file)
--- a/
gtk/gtkarrayimplprivate.h
+++ b/
gtk/gtkarrayimplprivate.h
@@
-4,7
+4,7
@@
/* This is a dumbed-down GPtrArray, which takes some stack
* space to use. When using this, the general case should always
- * be that the number of elements is lower than re
vers
ed_size.
+ * be that the number of elements is lower than re
serv
ed_size.
* The GPtrArray should only be used in extreme cases.
*/